Comments
-
Hi @Pocho and @MustafaA Really, I wasn't setting "Content-Type" in the "Headers" to "application/json". Also, I was not converting payload value with "JSON.stringify". After correcting these points my application worked as expected. Thanks!